home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 15182 < prev    next >
Encoding:
Text File  |  1996-08-05  |  823 b   |  20 lines

  1. Newsgroups: comp.lang.c
  2. Path: netcom.com!smryan
  3. From: smryan@netcom.com (@#$%!?!)
  4. Subject: Re: Memory deallocation and linked lists
  5. Message-ID: <smryanDpzxF1.29y@netcom.com>
  6. Organization: The Programmer formerly known as S M Ryan
  7. X-Newsreader: TIN [version 1.2 PL1]
  8. References: <4l1hpk$hk5@alice.walrus.com>
  9. Date: Wed, 17 Apr 1996 07:42:37 GMT
  10. Sender: smryan@netcom17.netcom.com
  11.  
  12. If you want to reuse the storage, for each malloc you need its own
  13. free. If the list was allocated in one malloc, one free will work.
  14.  
  15. -- 
  16. The Queen who loves, the Queen of life,    | smryan@netcom.com  PO Box 1563
  17. the Queen who straits, the Queen of strife;|          Cupertino, California
  18. with gasp of death or gift of breath       | (xxx)xxx-xxxx            95015
  19. she brings the choice of birth or knife.   |         I don't use no smileys
  20.